projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4830ef2
)
* .gitlab-ci.yml (test-all): Change .m to .c for standard C files.
author
Alan Third
<alan@idiocy.org>
Mon, 31 Aug 2020 08:19:45 +0000
(09:19 +0100)
committer
Alan Third
<alan@idiocy.org>
Mon, 31 Aug 2020 08:19:45 +0000
(09:19 +0100)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index ad01e473b4ede4c47670c64a7bf144ac91dca08d..e60e79ee2b1ef0f173acf6da4b8229a6d64f25c3 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-49,7
+49,7
@@
test-all:
- configure.ac
- lisp/*.el
- lisp/**/*.el
- - src/*.{h,
m
}
+ - src/*.{h,
c
}
- test/lisp/*.el
- test/lisp/**/*.el
- test/src/*.el
@@
-61,7
+61,7
@@
test-all:
# MS Windows
- lisp/w32*.el
- lisp/term/w32*.el
- - src/w32*.{h,
m
}
+ - src/w32*.{h,
c
}
# GNUstep
- lisp/term/ns-win.el
- src/ns*.{h,m}